-
Notifications
You must be signed in to change notification settings - Fork 0
feat: implemented bootstrap-italia #20
base: master
Are you sure you want to change the base?
Conversation
Problem loading |
It looks like there are also errors in the |
I guess the problem you are raising is due to the fact that bootstrap 4 is used by "crisp-forms". In fact, this key is set:
for field_name in self.fields:
field = self.fields.get(field_name)
field.widget.attrs['placeholder'] = field.label
field.label = '' What do you guys think? |
Freezing for now, let's move it to another milestone in the future. |
@EugenioCorso I saw that other people already implemented BSI inside Django. They are polishing the repo right now and, when it will be ready, I guess we can try to adopt it. 👍 |
Ok perfect! |
Here it is: https://github.com/italia/design-django-theme. |
We have tested it and the main problem remain (overlapping of the from labels and fields) |
Ok. Good to know it. Let's wait for that package to be a bit more stable then we can file an issue and discuss with the creator. |
Implemented Bootstrap Italia, but in the form for sign in and sign up, the field and the text are overlapped. The problem is the way the "crispy" tag format the form